Re: strange sessions

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Tim Burgan wrote:
> The a user is not logged in, all links within the page work fine, but
> when the user IS logged in, a hyperlink from one page to another page
> (whose URL contains a different 'keyword') doesn't work. The browsers
> address bar updates to reflect the new page, but the web page never
> changes (even when I physically type a different 'keyword' into the
> address bar). Changing physical files (ie. index.php to main.php) does
> work.
>
> As soon as I click 'logout' which destroys the user's session,
> everything returns to normal.
>
> Is there something I'm missing here?

Can't be sure without looking at it, but the first thing to check is what
th elinks really are when you are logged in.

Use "View Source" in your browser to see what the HREF= actually has as a
value.

After that, I'd say start looking at your session code -- particularly
checknig your error logs.  If you don't have any error-checking going on
in your login code, now is the time to add it.

-- 
Like Music?
http://l-i-e.com/artists.htm

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux