Ask a Question related to ASP.NET General, Design and Development.
-
Mike Slater #1
Session Vairable Problem
I am setting a Session Variable to a String Value, based
on a Data Grid Click, and reading a hidden Column. The
Variable (i.e. Session("DriverNumb")="000123453") is being
set with the proper Value. I then do a Redirect to open
another page of Different, but Related Data and need to
read the Session Variable to get the DriverNumb to pull
the right information out of a SQL 2000 Data Base.
The Session Variable is there when I leave the page, but
when the NEW page Opens (I have Checked to make sure
SessionID is same for BOTH Pages and it is) It does NOT
find the Session Variable that I set. It always comes in
Blank.
How do I get the NEW Page to pull the Session Variable in
that I set.
Thanks
Mike
Mike Slater Guest
-
#25574 [Bgs]: empty session.save_path = problem (session.use_only_cookies = 1)
ID: 25574 User updated by: markus.welsch@suk.de Reported By: markus dot welsch at suk dot de Status: Bogus Bug... -
#25574 [Opn->Bgs]: empty session.save_path = problem (session.use_only_cookies = 1)
ID: 25574 Updated by: iliaa@php.net Reported By: markus dot welsch at suk dot de -Status: Open +Status: ... -
#25574 [Opn]: empty session.save_path = problem (session.use_only_cookies = 1)
ID: 25574 User updated by: markus.welsch@suk.de Reported By: markus dot welsch at suk dot de Status: Open Bug Type:... -
#25574 [NEW]: empty session.save_path = problem (session.use_only_cookies = 1)
From: markus dot welsch at suk dot de Operating system: Linux 2.4.22 (Debian 3.0r1) PHP version: 4.3.3 PHP Bug Type: Session... -
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...



Reply With Quote

