You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While working with sessions and using cgi_session_alter_var() before cgi_redirect() I noticed the former calling sess_file_rewrite() which seems plausible. However sess_file_rewrite() calls cgi_init_headers() for no obvious reason leading to cgi_redirect() complaining about already initialized headers.
I suggest removing the cgit_init_headers() call, but I'm not entirely sure if this would have some side effects I could not see?!
The text was updated successfully, but these errors were encountered:
While working with sessions and using
cgi_session_alter_var()
beforecgi_redirect()
I noticed the former callingsess_file_rewrite()
which seems plausible. Howeversess_file_rewrite()
callscgi_init_headers()
for no obvious reason leading tocgi_redirect()
complaining about already initialized headers.I suggest removing the
cgit_init_headers()
call, but I'm not entirely sure if this would have some side effects I could not see?!The text was updated successfully, but these errors were encountered: