javascript - How to get a Spring Security's token username on the client side from JSESSIONID cookie? -


is username specify while creating springs's authenticationtoken on server in way stored on client side? somehow stored in jsessionid cookie or in other way or server-side entity binded container sessions? want retrieve username js script in page display username , etc... possible way? other alternatives?

thx.

take on savedrequestawareauthenticationsuccesshandler, can add cookie on method. can see flow here http://docs.spring.io/spring-security/site/docs/3.0.x/reference/core-web-filters.html#form-login-flow-handling.


Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - Chrome Extension: Interacting with iframe embedded within popup -