Top "Sessionid" questions

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

SessionID is still the same after Session.Abandon call

I'm writing some logging code that is based on SessionID... However, when I log out (calling Session.Abandon), and log …

asp.net sessionid
weblogic jsessionid

I run Weblogic 10.3 locally and have a question about the sessionId that it generates. When i print session.getId() i …

weblogic sessionid jsessionid
Reusing HttpURLConnection so as to keep session alive

We have an Android application that requires the user to enter an answer to a Captcha. The Captcha is generated …

android httpurlconnection sessionid
Session Cookies and IE 8

I recently built a simple web-app deployed over Tomcat. The app uses pretty standard session based security where a user …

java internet-explorer tomcat sessionid
Session ID is changing in CodeIgniter

I am using the session feature of CodeIgniter, and I'm running this code: $session_id = $this->session->userdata(…

php session codeigniter sessionid
How to maintain the same session id across multiple web applications in ASP.NET

I have two identical applications setup on IIS on different virtual directories (I have done some workaround to ensure that …

asp.net session-state sessionid stateserver
Best practices for SessionId/Authentication Token generation

I have seen people using UUID for authentication token generation. However, in RFC 4122 it is stated that Do not assume …

authentication uuid sessionid
Generating a new SessionID on Login (ASP.NET)

I'm trying to work a number of security issues on a rather large ASP.NET web application (C#). To prevent …

c# asp.net sessionid session-fixation
Harm of passing session id as url parameter

So I just noticed that one of the internet banks websites is passing session id as url parameter. ( See image …

security session cookies web sessionid