Back Forum Reply New

processing all requests from the SAME login in one thread

hi all!

Does anyone know if it's possible with spring security to actually make all requests from the same login get processed by only one thread? ( or by  different threads, but sequetially).  For example, I login as user quot;abcquot; from 3 different browser windows and start sending from requests from all 3. Is it possible to make spring security to only process one request from this user at a time? (even if I am concurrently sending them from those 3 different locations)

Please help..

Thanks much.
¥
Back Forum Reply New