quickstopman Posted February 1, 2008 Share Posted February 1, 2008 like $_SESSION[] that i can use. because im trying to store information temperarily but the problem is when people log out my site it clears the session and i want to store this information so it isn't deleted on logout ive tried $_COOKIE and most browsers these days don't accept cookies any other suggestions??? Quote Link to comment Share on other sites More sharing options...
amites Posted February 1, 2008 Share Posted February 1, 2008 your best bet would be to create a user login and store additional variables with the user account, no other way to store values for specific visitors without cookies Quote Link to comment Share on other sites More sharing options...
quickstopman Posted February 1, 2008 Author Share Posted February 1, 2008 k Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.