multiple cookie problem

JavaScript and client side scripting.

Moderator: General Moderators

User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

As I said before, there must be a solution that doesn't require so much Javascript, if any.. and definitely requires less cookie data.

Consider storing the messages on the server, and using their session id's to connect them to their messages. I think I've posted about this before..

there are things like phpMyChat as well, although I'm not sure at all on how it's implemented.

have a look through the 220 or so matches: [devnet]chat OR shout[/devnet]
djot
Forum Contributor
Posts: 313
Joined: Wed Jan 14, 2004 10:21 am
Location: planet earth
Contact:

Post by djot »

-
Hi,

I don't want a readymade script. I have my own chat-system already. Now I want to add caching with cookies - why? - because I had the idea to do it and now try to implement it.

I hate java, nor can I really code it; I have zero knowledge in flash programming, finally my php space is only a webhosting space, so no sockets or command line options, etc. available.

djot
-
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

you can still do the bulk of it almost entirely in php..
Post Reply