Loosing Session Variable on list page |
5/28/2009 11:17:39 PM |
ASPRunnerPro General questions | |
H
huffharper author
I am using list page: before process to assign a session variable via query string. |
|
J
|
Jane 5/29/2009 |
Hi, if request("myProjectID")<>"" then session("myProjectID")=request("myProjectID") end if |
H
|
huffharper author 5/29/2009 |
Hi, please make sure you have check request("myProjectID") in your code before:
|