AmadeusITGroup / HttpSessionReplacer

Store JEE Servlet HttpSessions in Redis
MIT License
49 stars 33 forks source link

Add possibility to have timestamp appended to session id #4

Closed nbogojevic closed 7 years ago

nbogojevic commented 7 years ago

Adding timestamp at the end of the session id can help in tracking or investigating sessions on server side. Timestamp could be in the form of !creationtime.

nbogojevic commented 7 years ago

Fixed in pull request: https://github.com/AmadeusITGroup/HttpSessionReplacer/pull/7