Questions tagged as 'session'

1
answer

C # Web Forms - Losing session

I have a Web Forms application that saves the session when the user logs in, with a timeout of 21 minutes without using the application to expire the session: <sessionState timeout="21" /> Performing tests on the local machine, the li...
asked by 18.05.2016 / 14:38
0
answers

Create session when making requests to the Web Service

I created a Web Service that brings results in JSON format to java , but sometimes when the user makes a request to the Web Service the same hangs and interrupts the whole service, would like to know if there is possibility to create sessio...
asked by 23.05.2016 / 14:25
0
answers

Store video session within session or php cookie

How do I store the time of viewing a video (html5) in a session or cookie with php? The idea is to create a mini video platform, and store the runtime inside a session | cookie, and when the user sees it again, start from where it left off....
asked by 01.04.2016 / 19:09
1
answer

session_id PHP and mysql

I'm doing a shopping cart simulation with PHP and Mysql . I need to store a session_id or any user session ID, so when it exits I will remove the data it stored in the database. I have already created a column in the database to sto...
asked by 29.01.2016 / 23:47
1
answer

Custom Session generated by spring

I have the following scenario: a nodejs application that saves the session in redis. another spring application that also saves the session in redis. I would like to share this same session between the two applications. I thought of the...
asked by 30.01.2016 / 16:38
1
answer

CakePHP 2.X: External SESSION

I have the following situation: I have my application running with CakePHP 2.X, however the authentication system is external and I do not have access to it, the only thing I was given is the $ _SESSION variables made available by the server....
asked by 26.08.2015 / 15:27
0
answers

Session error in Java

I have the following methods: public void delete(Class c, int id) throws SQLException { Session session = sessionFactory.openSession(); Transaction tx = session.beginTransaction(); try{ Object ob = this.getById(c, i...
asked by 08.05.2015 / 21:02
1
answer

Libraryign of Codeigniter 3.0

I made a function to log off the system, however, when I use the sess_destroy() function to destroy the session, it does not allow the set_flashdata() to be displayed. When I remove the function sess_destroy() the set_fla...
asked by 30.05.2015 / 00:36
0
answers

Problem with CodeIgniter session

When I authenticate the user in my application, I save some information from this user in sessions. This is done in the Controller User , but when I retrieve this data in another Controller, they do not exist. When I did a test, I printed all t...
asked by 06.03.2015 / 15:33
0
answers

Clustered tomcat7 does not replicate session

I have a Ubuntu with 2 Tomcat7 with the following cluster settings: The balancer is Apache MOD_JK. SERVER.XML: <Engine name="Catalina" defaultHost="localhost" jvmRoute="no0"> <Cluster className="org.apache.catalina.ha.tcp....
asked by 29.10.2014 / 20:36