Sam Gendler wrote:
Traditionally, one inserts the sessionID into the URL before path to the object. That way, all relative urls inherit the session id. This would be a problem when using the the dtml syntax that automatically generates an image url. However, if the session manager were extract the session id from the url and embed it in the REQUEST structure, you could then manually insert it in each url with a dtml-var call.
Farzad Farid wrote:
Would it be possible to use the url method with SQLSession? And how can I automatically add the session id on every url called from the current document?
You could use a SiteAccess Access Rule to extract the Session ID from the URL for the Session object, and setURL to automatically put it in generated URLs. Cheers, Evan @ 4-am