Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
bmwm3smg #1
Setting .NET Session variables in CF
In CF I'm invoking a .NET page [via JavaScript's window.open() method] that checks for the presence of a Session variable. Is it possible to set a .NET Session variable in CF? Thanks.
bmwm3smg 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... -
Session problem when setting session variables in files that are in different directories
I am running PHP 4.3.0 on a WinXPpro machine and I recently got problem with sessions. What I am building is a loginsystem and I need to save... -
variables that change session variables
Hi, I'm currently writing a mulit-page form app that uses a session to retain data from each form element in order for the user to jump between... -
Help with setting variables
hello all, this is some code that i am using that "loops" through all of the variables that paypal ships back to me via ipn. for ($x=0; $x <... -
Neculai Macarie #2
Re: Setting .NET Session variables in CF
> In CF I'm invoking a .NET page [via JavaScript's window.open() method]
that checks for the presence of a Session variable. Is it possible to set a
..NET Session variable in CF? Thanks.
Not directly. You could have a common table in which you write from CF and
..net or write a cookie if the pages are on the same domain and path.
--
<mack />
Neculai Macarie Guest
-



Reply With Quote

