[Seaside] Session Issue

Sebastián Perez Escribano sebaspe at gmail.com
Thu Apr 23 12:30:48 UTC 2009


Hi list, I need enter to my site using an url like 
http://www.host.com/component?id=number, I can do that implementing 
#initialRequest:. Now I need to reuse the same session for the diferents 
request. The users go to the component always using the url, for example:
http://www.host.com/component?id=1
http://www.host.com/component?id=2
In boths examples I need the same session for the same user. The 
#initialRequest: creates always a new session? Is it possible?
Cheers,
Sebastián


More information about the seaside mailing list