Top "Sessionid" questions

A session ID is a unique identifier that relates session data to a specific user.

session_start() creates new session every refresh

I am having an issue with session_start(). It is creating a new session every refresh/load of the page. …

php session-cookies sessionid
How do I reset my Session id?

I am trying to destroy a session after he makes successful payment . $session_id = session_id(); $sql = " UPDATE tbl_seat_…

php session sessionid
Classic ASP: How to check if ASPSESSIONID* cookie has been marked as secure?

I am trying to mark the ASP session ID cookie as HttpOnly but can't seem to find a way to …

cookies asp-classic iis-6 sessionid
ASP.NET Kill Session By Id

My application has a control of User Permissions, because not all users can access full website. At this moment, all …

c# asp.net session sessionid
Session ID not random enough - ASP.NET

UPDATE We eventually had a meeting with some programmers on the Acunetix team and they realized there may be a …

c# asp.net sessionid asp.net-session
Getting session ID with $session->getId() returns an empty result in Symfony2

I want to getting session ID to store it in the database (because I store shopping carts in my database). …

symfony shopping-cart sessionid string
Proper session hijacking prevention in PHP

I know this topic has been discussed a lot, but I have a few specific questions still not answered. For …

php security session sessionid session-hijacking
when and where do we use session_id()

I can't understand the code below and I don't know when we use session_id() before session_start() . <?php …

php session sessionid
How to get Windows user name from SessionID?

Is there a method in C# to retrieve the user name from a given session id? (any session running on …

c# windows sessionid
How to get SessionID on a request where EnableSessionState="False"

I want to be able to get the SessionID of the currently authenticated session in a WebMethod function where EnableSession = …

asp.net session-state webmethod sessionid