I suppose this is a bit of a long shot, but I was wondering if there was
any way to programmatically toggle the "USE SESSION COOKIES" option.
Take, for instance, a site with an "authenticated" section and an
"unauthenticated" section.  On the authenticated section, I know that
the user has cookies turned on and has successfully been logged into the
system. On the unauthenticated section, I can't trust that this is the
case, and thus would like to pass the session ID in the query string.
However, this being the same site in the same root folder, I can only
have a single setting for "USE SESSION COOKIES". There doesn't seem to
be an explicit command for this, but if anyone has a technique they've
been using and wouldn't mind sharing, I'd appreciate it!

Leave "use session cookies" on, and in the unauthenticated section pass the session id in the query. If Active4D can't find the session cookie, it looks in the query.

Regards,

   Aparajita
   www.aparajitaworld.com

   "If you dare to fail, you are bound to succeed."
   - Sri Chinmoy   |   www.srichinmoylibrary.com


_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/

Reply via email to