Shadowdare
MVPShadowdare MVP
I'll be away on vacation next week and will be back by the end of the month.
Reactions
-
Re: Using Vanilla Session Outside of Vanilla - External Session
That's one way to know that the new cookie settings are in effect. You have to clear the cookies of your forum from your web browser. (View Post)1 -
Re: URL www -> root
You're welcome! I thought you were using Apache since you mentioned the .htaccess file. I also use Nginx, which is awesome too. :) (View Post)2 -
Re: URL www -> root
Welcome to the community! It's probably not Vanilla that's doing this. It sometimes has to do with the Apache config and sometimes web browsers hide the www from the URL. You can try adding the follo… (View Post)4 -
Re: Using Vanilla Session Outside of Vanilla - External Session
The error was caused by the line $Dispatcher->Start(); which is a new method in 2.1+ that's not in 2.0.18.8 that I forgot to remove. I edited the code my last post, so try the edited code. (View Post)1 -
Re: Using Vanilla Session Outside of Vanilla - External Session
It works for me for when I'm logged in and logged out with Vanilla 2.0.18.8. Add var_dump($Session->User); before the end of the file. Does it output data about the user you're logged in with, suc… (View Post)1
