Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

15
votes
10answers
2k views

How do banks remember “your computer”?

As many of you probably know, online banks nowadays have a security system whereby you are asked some personal questions before you even enter your password. Once you have answered them, you can ...
1
vote
5answers
613 views

HTTP Session Tracking

Since HTTP is a stateless protocol, when a client makes a number of requests to the server, how does the server uniquely identify a particular client's requests over a period of time say t1, t2, t3.. ...
0
votes
1answer
33 views

Get HttpSession by session ID which is submitted as hidden input field

Is it possible to get a HttpSession object by session ID, which is submitted to servlet as a hidden input field? I cannot go for session management by cookie because the device will not support ...
0
votes
0answers
46 views

Tracking logged in time and idle time based off session in vb

I've created an online course for a company and they wish to have the user's time logged in tracked. Its a video based course so watching a 10-15 minute video is understandable that a person would ...