[Catalyst] How to get the stored session variables through a
template
Andy Grundman
andy at hybridized.org
Wed Feb 15 20:43:47 CET 2006
Vidya Sagar wrote:
> yes you are right Matt S Trout
>
> I have successfully stored all the values in a table.but in table
> session_id field contains session:
>
> why this is happening.Can any one suggest me.
That's normal, the session_id field contains a text string plus the session id.
The string may be session: or flash: depending on the type of session used.
It looks like your setup is working fine, although you probably don't need those
extra fields, and especially not the timestamp field which will update itself
every time the item changes.
More information about the Catalyst
mailing list