Question : PHP SESSION id IN QUERY STRING

Hi,

i have lately been having some problems with PHP session cookies. A fair no. of times for people the cookies are being received as NOT SET and hence the session gets cancelled.  This is happening on php page requests from a flash movie on limited no. of occasions, specially (but not limited to) from less used browser like safari .

so i want to also pass the session id in query string. Questions

1. Does php automatiocally detect the query string session id if the cookie is not set ?

2. How do i end a session with query string variables ? For cookies the session ends when browser is closed. But the same cant happen with query string, so how do i end the session (i am guessing the session would have to be deleted on server side)


regards
sid

Answer : PHP SESSION id IN QUERY STRING

you can enable circular logging on the DBs, this is a fully supported config but recommended with 3+ copies, but you still can use it.
Random Solutions  
 
programming4us programming4us