After we upgraded into 4.8, due to page creation problem in dnn 4.5.3...
We now encounter some other problems: about login and logoff behavior.
(we set out so that login module is display on every page) Please see our website in action: www.jostar.net
After login - page is redirect to home - by default. We do not want that, so I made it redirect to current page.
However, the problem is that, if I am in page like this
http://www.investorsforum.com/AnalysisandDiscussions/Forums/tabid/276/view/topics/forumid/6/language/en-US/Default.aspx
after login i would be redirect to the page like this address
http://www.jostar.net/AnalysisandDiscussions/Forums/tabid/276/language/en-US/Default.aspx
The behaviour is that is redirect to current tabid but not actual current url... how to fix this?
Anyway for the above behaviour if I use regular login button, it would redirect back to current page.
...............
Now also about logoff, when user click log off button. It symply redirect to the home. I need to fix it so it stay at the same page. This is very difficult especially durring program, because i need to log out and see how it is in the current page. (this is only happen in 4.8)
Many thanks for input... the file to fix should be in the Admin/Authentication/...