spring mvc

 One of the advanced Spring Security features is remember-me option which allows user to use single sign to system after user's his credentials has been validated and he has been authenticated by system.

The most secure approach to do that is to use Persistant Token approach. You can read more about it here

 

We can describe this approach works the following way:

 

danny 09/02/2012 - 17:32

 As every one probably knows Flash Scope would be very useful feature in every modern web framework. It allows us to use POST/Redirect/GET design pattern which solves a lot of issues associated with handling of page Multiple submits or resubmission data to browsers.

danny 02/01/2012 - 01:24
Syndicate content