Session variable problem
-
Hi there I want to use a session variable to store the user_id, and then redirect to another page. the problem is, that when i get to the redirected page, in the page load event, the session variable is not there (when put onto a textbox). only when the page is refresed (F5), can i view the user_ID on the textbox. Can anyone help me with this problem? Thanks
-
Hi there I want to use a session variable to store the user_id, and then redirect to another page. the problem is, that when i get to the redirected page, in the page load event, the session variable is not there (when put onto a textbox). only when the page is refresed (F5), can i view the user_ID on the textbox. Can anyone help me with this problem? Thanks
I havnt got ur problem. What u want to do? Please specify with code Best Regards Pathan
GOD HELP THOSE WHO HELP THEMSELF
-
Hi there I want to use a session variable to store the user_id, and then redirect to another page. the problem is, that when i get to the redirected page, in the page load event, the session variable is not there (when put onto a textbox). only when the page is refresed (F5), can i view the user_ID on the textbox. Can anyone help me with this problem? Thanks
Are you sure your code is running on the intial hit of the page?