TheJoey Posted September 27, 2009 Share Posted September 27, 2009 I have a shopping cart, and everytime i go to add the same item to a cart it adds +1 to quanity the only problem is. I dont know how to refresh this so that session is only set for say 1 hour then reset or something similar to that. Link to comment https://forums.phpfreaks.com/topic/175686-session-issues/ Share on other sites More sharing options...
MasterACE14 Posted September 27, 2009 Share Posted September 27, 2009 store the current time in the session as well. Then if the user tries to add +1 to the quantity, check if the time stored was longer then a hour ago, then set quantity back to zero or whatever you're trying to do. Link to comment https://forums.phpfreaks.com/topic/175686-session-issues/#findComment-925814 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.