The following warnings occurred: | ||||||||||||
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.2.25 (Linux)
|
variables in URL are lost during logon - Printable Version +- UserSpice (https://userspice.com/forums) +-- Forum: Support Center (https://userspice.com/forums/forumdisplay.php?fid=23) +--- Forum: UserSpice 4.3 and Below (https://userspice.com/forums/forumdisplay.php?fid=26) +--- Thread: variables in URL are lost during logon (/showthread.php?tid=916) |
variables in URL are lost during logon - hdbrink - 01-18-2018 If I have a link test.php?id=1 and the user is not logged in, after we log in the page redirects without the variables sent via the URL. How do we fix this? I have version 43.3.10 variables in URL are lost during logon - Brandin - 01-18-2018 Yes, this is definitely a known issue (on my part!) but we never documented it. I have a lot of parameters that I pass via URL but I lose them during the login process. I created an issue for this for us to work on. https://userspice.com/bugs/view.php?id=23 variables in URL are lost during logon - hdbrink - 01-18-2018 Thank you. Do you use a work-around to pass your parameters while we eagerly await a fix? variables in URL are lost during logon - Brandin - 01-18-2018 The workaround I've defaulted to (which is very poor and technically insecure) is to have "Remember Me" checked by default and have my session timeout to be 7 days... I'm just too lazy to fix it in my own project and haven't had the time. I will probably work on patching this very soon though. |