Rank: Advanced Member Groups: Member
Joined: 1/31/2008 Posts: 31 Points: 93 Location: UK
|
hi
i'm extracting image url in arrar and sort it out in sessions. i'm trying to get values at run time now the problem is i'm getting different values every time. my idea is if two users access the session at the same time then it changes the value and next user get another value.
i'm going mad about it please give me any idea
|
Rank: Advanced Member Groups: Member
Joined: 3/31/2008 Posts: 59 Points: 177 Location: NY
|
in my opinion it is nothing to do with your sessions.
because when user comes to your website it uses new set of session not old one. even if you opwn two browsers it uses different session ids.
check your array. some thing might get wrong with your array data
thanks
|