Posted by Aetherweb on 03/21/07 15:13
On Mar 21, 3:08 pm, "kenoli" <kenol...@gmail.com> wrote:
> I can't add anything to the great advice you've gotten except to point
> out that sessions do involve using a cookie, something you mentioned
> you didn't want to do.
Sessions do not need to involve a cookie if you include the session ID
on every URL a user clicks on.
What you will struggle with, however, is storing the state of play of
the game in progress without writing to a database or file at some
point.
[Back to original message]
|