On Friday 02 July 2004 12:12 pm, Zilvinas Saltys wrote: > I looked at server configurations but i couldn't find anything usefull. I > tried to change IE settings to accept all cookies but nothing changed. > > Maybe someone knows where's the problem..
I dont know of all the specifics of your situation, but I know when it happened to my code, it boiled down to a cookie problem. (I never experienced it first hand unless I turned off cookies in my own browser. I saw it was happening for other users on my code). So what I eventually did, was modified my code to work with browsers that do not store cookies (for what ever reason that may be). By that I mean to pass the session id in the url and in forms... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php