chrisuk Posted March 11, 2007 Share Posted March 11, 2007 At the minute when you search my site it will produce a result, but if you click back, it says page has expired. You can manually refresh the page, but thats pretty crude. How can you get around this? Link to comment https://forums.phpfreaks.com/topic/42238-page-has-expired-error/ Share on other sites More sharing options...
gerkintrigg Posted March 11, 2007 Share Posted March 11, 2007 Automatically refresh using javascript... possibly check a session... So you could write a session the first time it loads, then do a $_SESSION['whatever']++; type thing, then check the session and refresh if it's been visited again? Ah no... don't think that'd work because it'd be loaded from cache and not downloaded properly. How about a javascript refresher? Dunno if that'd work either... Might just need to put up with it. It's fairly standard on most pages to have to refresh manually. Link to comment https://forums.phpfreaks.com/topic/42238-page-has-expired-error/#findComment-204909 Share on other sites More sharing options...
legohead6 Posted March 11, 2007 Share Posted March 11, 2007 put a back link or button on your site that takes you back the search Link to comment https://forums.phpfreaks.com/topic/42238-page-has-expired-error/#findComment-205024 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.