Transfering a CFML session variable to an ASP.Net Page
2 Message(s) by 2 Author(s) originally posted in advanced cfml techniques
| From: mactech999 |
Date: Thursday, October 25, 2007
|
I have a login page that was created with Cold Fusion. This page
links to an
ASPX page what I would like to happen is when the
client logs in the userID is
carried over to the Asp.net page.
the
variable in
CFML is a Session Variable.
any ideas??
| From: jdeline |
Date: Thursday, October 25, 2007
|
Not guaranteed, but you can try passing it in the URL: abc.aspx?userId=#
session .userId#
Next Message: CF 8 On a virtual machine