Microsoft
Software
Hardware
Network
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
Want to create 3 separte div ids
C# - Close and Dispose MySQL Connection
Dynamic table
MBSA Share Test
Grouping rows to one line
Why is this sql file not creating a mysql database as it should
Change forecolor of field by code and sort it
I have a database trigger that I'd like to notify my ASP.NET program
Adding space to virtual disk
How do I create multi-dimensional arrays in C++?