Is there a plugin exists through which I can store session id value in database and validate the same through URL. I don't want to use cookie.
Is there a plugin exists through which I can store session id value in database and validate the same through URL. I don't want to use cookie.
That would be handy for me too. Have you found a solution?
Actually there is no need to store session in database. It's stateless.
My issue got solved after reading this :
http://wordpress.org/support/topic/how-does-wordpress-handle-sessions-and-session-variables?replies=7
You must log in to post.