sessions causing refreshing not to work
- From: Michael Joel <null@xxxxxxxxx>
- Date: Sat, 02 Jun 2012 23:17:03 -0400
I have page data being sent through a php script that uses sessions to pass along variables. These vars are used to load data.
If a user opens a page, everything works fine.
If they open another in a new window it works fine.
If they tab back over to the original browser window and hit refresh it switches to the last page they opened in the other window.
This is because sessions is keeping that last var data in memory so the old page when refreshed reads the new var data and opens new data instead of refreshing the old.
How would I go about fixing this so a page doesn't lose it's var data on refresh?
Mike
.
- Follow-Ups:
- Re: sessions causing refreshing not to work
- From: Michael Joel
- Re: sessions causing refreshing not to work
- From: "Álvaro G. Vicario"
- Re: sessions causing refreshing not to work
- From: Arno Welzel
- Re: sessions causing refreshing not to work
- From: Fred
- Re: sessions causing refreshing not to work
- From: Peter H. Coffin
- Re: sessions causing refreshing not to work
- Prev by Date: Re: implode/explode vs serialize/unserialize
- Next by Date: Re: sessions causing refreshing not to work
- Previous by thread: Re: implode/explode vs serialize/unserialize
- Next by thread: Re: sessions causing refreshing not to work
- Index(es):
Relevant Pages
|