Hi,
my BSP application uses MVC and have a logon page.
Every time I navigate to this logon page I would like to get a new session.
I've tried it with the navigation object like:
navigation->goto_page( URL = 'login.do'
SESSION = 'NEW' ).
but this didn't work.
Thanks,
Stephan
Add a comment