Xyphon Posted December 16, 2007 Share Posted December 16, 2007 Well, for promo I must use sessions since cookies can be deleted. How do I set a session to go on for example 99999999999999999999999999999999999999999 so they cant get the promo twice? Quote Link to comment Share on other sites More sharing options...
PFMaBiSmAd Posted December 16, 2007 Share Posted December 16, 2007 Setting a session to last a long time won't fix your problem because the session cookie or the session ID being passed on the end of a url can be deleted as easily as a regular cookie. Quote Link to comment Share on other sites More sharing options...
revraz Posted December 16, 2007 Share Posted December 16, 2007 Even easier, just close your browser. Quote Link to comment Share on other sites More sharing options...
The Little Guy Posted December 16, 2007 Share Posted December 16, 2007 You most likely will have to require the person to create an account, and not allow the account to enter in a promo code twice Quote Link to comment Share on other sites More sharing options...
Xyphon Posted December 16, 2007 Author Share Posted December 16, 2007 Oh, I get it. I have to put PROMO in the DB, right? Quote Link to comment Share on other sites More sharing options...
The Little Guy Posted December 16, 2007 Share Posted December 16, 2007 Yeah.... I think if I assume your saying what I think. Quote Link to comment Share on other sites More sharing options...
Xyphon Posted December 16, 2007 Author Share Posted December 16, 2007 Like, I reset the database and add a promo field, default=No, then I change it to yes when they submit. Quote Link to comment Share on other sites More sharing options...
revraz Posted December 16, 2007 Share Posted December 16, 2007 Thats one way for sure. You just have to try and eliminate them from registering more than once with different usernames. Quote Link to comment Share on other sites More sharing options...
Northern Flame Posted December 16, 2007 Share Posted December 16, 2007 or you can record there IP Address Quote Link to comment Share on other sites More sharing options...
The Little Guy Posted December 16, 2007 Share Posted December 16, 2007 or you can record there IP Address IP addresses change... Most people's change daily or weekly, or every time they start their computer. 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.