[Seaside] visitor information

Yar Hwee Boon hboon at motionobj.com
Tue Nov 9 16:58:46 CET 2004


On Tue, 09 Nov 2004 10:48:55 -0500, Jim Menard <jimm at io.com> wrote:

> For each visitor to a Web site, I need to track a few things: if he's  
> logged in, where in the navigation hierarchy he is, and more. In Java,  
> I'd save that information in an object and save the object in the  
> session. How is it done in Seaside? I've looked at WASession, but don't  
> see any obvious methods for storing and retrieving values.
>
> Am I approaching the problem correctly, or is there another way to store  
> a visitor's information so it's available from page to page?

You can subclass WASession and choose your subclass in the application's  
configuration page

-- 
Regards
HweeBoon
MotionObj


More information about the Seaside mailing list