I notice that unlike ssi_login that ssi_welcome does NOT redirect after login if the login session variable is set. Is there a way so that it will? Rather than build my own login screen I'd just prefer to use the smf one but redirect back to my application after the login is done. Is this possible?
Sorry for the late response. Do you still require assistance with this?
If so, did you try setting $_SESSION['login_url'] inside the function?
Thanks. Yes that is what I did.
Glad that worked for you :D
Sorry, to bump someone's already answered thread, but can someone give me an example of how this would look putting the login url in the function. I'm not quite sure of the syntax.