Path

7x / documentation / exponential / technical manual / 5.x / features / advanced redirection after... / to use this even if session...


Caution: This documentation is for Exponential, from version 3.x to 6.x.
For 5.x documentation covering Platform see Exponential Platform Documentation, for difference between legacy and Platform see 5.x Architecture overview.

To use this even if session variable 'LastAccessesURI' is set:

You can overcome this by setting the post parameter 'RedirectURI' to '/' in your user/login.tpl template, this will make the user/login code ignore the session variable but still validate it as empty further down the code when it decides on reading those pr user / user group urls, ref:

// Determine if we already know redirection URI.
$haveRedirectionURI = ( $redirectionURI != '' && $redirectionURI != '/' );

Anonymous User (30/07/2009 11:47 am)

Anonymous User (30/07/2009 11:47 am)


Comments

There are no comments.