Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
MillerBoard315 #1
Re: Session Variables over Different Domains
Did you guys ever find an answer to this problem? I am having the same issue. It should be so simple, but not even passing the jsessionid to the url works! argh!
MillerBoard315 Guest
-
#39833 [NEW]: Session variables overwritten by local variables (register_globals=off)
From: sup1382 at accedo dot es Operating system: OpenBSD 3.9 PHP version: 5.2.0 PHP Bug Type: Session related Bug... -
#39447 [NEW]: Want to optionally handle apc_upload_progress variables using session variables
From: krudtaa at yahoo dot com Operating system: All PHP version: 5.2.0 PHP Bug Type: Feature/Change Request Bug... -
CGI Variables across local domains
The broad question: is there any way to use the CGI.auth_user CGI.auth_password variables across local hosts so that NTFS authentication is NOT... -
forms auth - session timeout - multi domains - POST values
I have several questions. 1) Does forms authentication store and re-send data intended for the secured page via a post request during its... -
sharing session state across domains
Hi, I have the same problem. Did you solve it? Lapsoft Rosario - Argentina *** Sent via Developersdex http://www.developersdex.com *** Don't... -
RobGonda #2
Re: Session Variables over Different Domains
Perhaps I wrote a workaround to the problem.
Whenever you need to change domains you temporarely copy the entire session
into a structure inside the application scope, identified with a UUID. You then
call the other domain passing the UUID either by form post or URL. In the
application.cfm page you check for the keyword, take the UUID, copy the
structure back from the application to the session, and clean up the
application.
Thus far it's working great. Works with any number of domains, ssl or non-ssl
....
Try it out, and let me know if you need some code examples.
Cheers
RobGonda Guest
-
bmwm3smg #3
Re: Session Variables over Different Domains
Is there any way to set .NET Session variables with ColdFusion?
bmwm3smg Guest
-
DCS Admin #4
Re: Session Variables over Different Domains
Can Application scope variables be stored in a database table as well? or just Client scope variables only?
DCS Admin Guest



Reply With Quote

