Top "Session" questions

A session refers to the communication between a single client and a server.

How do I expire a PHP session after 30 minutes?

I need to keep a session alive for 30 minutes and then destroy it.

php session cookies
PHP Pass variable to next page

It seems pretty simple but I can't find a good way to do it. Say in the first page I …

php variables session
How to access Session variables and set them in javascript?

In code-behind I set Session with some data. Session["usedData"] = "sample data"; And the question is how can I get …

javascript .net session
How to set session timeout in web.config

I have tried very hard but cannot find a solution on how to set session timeout value for in-process session …

c# asp.net .net session visual-studio-2008
How to fix org.hibernate.LazyInitializationException - could not initialize proxy - no Session

I get the following exception: Exception in thread "main" org.hibernate.LazyInitializationException: could not initialize proxy - no Session at …

java hibernate session orm lazy-loading
Session timeout in ASP.NET

I am running an ASP.NET 2.0 application in IIS 6.0. I want session timeout to be 60 minutes rather than the default 20 …

asp.net session timeout
"Cannot send session cache limiter - headers already sent"

Having a problem with sessions which is becoming very annoying. Every time I try to start a session on a …

php session
Check if PHP session has already started

I have a PHP file that is sometimes called from a page that has started a session and sometimes from …

php session session-variables
How to use cURL to send Cookies?

I read that Send cookies with curl works, but not for me. I have a REST endpoint as: class LoginResource(…

rest session curl flask session-cookies
How to use sessions in an ASP.NET MVC 4 application?

I am new to ASP.NET MVC. I have used PHP before and it was easy to create a session …

asp.net-mvc session asp.net-mvc-4 session-variables