
April 25th, 2000, 02:47 PM
|
|
Contributing User
|
|
Join Date: Apr 2000
Posts: 63
Time spent in forums: < 1 sec
Reputation Power: 14
|
|
Hello all-- I have security set up in my site in such a way that when a user hits a secure page(php not shtml), if their cookie or session has timed out, I send them to the login screen but maintain their url parameters and intended page. Like so...
http://myserver/Login.php3?Intended...53&bmodel_id=50
I then read out the intended url (using getenv and substring) and use the php header and location to redirect the user...
header(Location $IntendedURL);
The problem: When I redirect the user, the login page seems to maintain its path in the url string even though the intended page acutally opens... So I have a url that points to the login page, like so
http://myserver/Login.php3?Intended...53&bmodel_id=50
but I have a page other than the login page actually open???
Any ideas would be great, I just want to know if there's a better way to do this or a way to make what I have work...
Ulysses J Ludwig
310.678.8324
ujludwig@yahoo.com
|