Hobo uses Rails' sessions unchanged. So for more information, check
the Rails documentation. (Ie, probably one of the myriad books available).
The session is only available from the controllers & views. Having it
available in the models would break the model/view pattern.
Bryan
Tom wrote:
session is not accessible in hobo. What can I do to have something
similar? I need to store some data for each logged in user (when
someone loggs in, I generate some data and the user must have access
to it till he loggs out). In rails I found out that there is a hash
called session, but it doesn't exist in my hobo models.
--
You received this message because you are subscribed to the Google Groups "Hobo
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/hobousers?hl=en.