Hi!
I tried to introspect my MS SQL Server with Roo M3, but I get the message:
No Spring Roo add-ons were found that offer a similar JDBC driver
JDBC driver not available for...
Type: Posts; User: devask; Keyword(s):
Hi!
I tried to introspect my MS SQL Server with Roo M3, but I get the message:
No Spring Roo add-ons were found that offer a similar JDBC driver
JDBC driver not available for...
Hi!
If the user logs out via the link, the authentication is invalidated correctly. If he just closes the window, the session is destroyed (I use a HttpSessionListener), the Authentication object...
Hi!
When the user leaves the website (e. g. closes the browser window) the session on the server will not expire for a while. Are there any concrete ideas how to configure spring security s.t. the...
Hi!
If the user wants to access the application he gets redirected to the login page. After successfull login the URL parameters are lost. How to keep these parameters?
So for example if the...