Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
0.9.3 install problems
This discussion has been closed.
Comments
And yeah, not using remember me causes instant signout, wheras remember me seems to have the effects i'd expect from it not remembering me (it leaves me signed in for a period of time, not forever). I'm so used to ticking remember me i didnt even think not to.
But yeah, certainly looks like a server issue.
All those settings look fine. Do you use sessions/cookies anywhere else on your site that you could confirm are working correctly?
When you say you use cookies in 2 other apps, do they also use sessions as an alternative or solely rely on cookies?
Try changing your app settings as such (think theyre right):
$Configuration['APPLICATION_PATH'] = '/hermes/web04/b1906/moo.newlif1/lifeinthecity/coffeeShop/';
$Configuration['DATABASE_PATH'] = '/conf/database.php';
$Configuration['LIBRARY_PATH'] = '/library/';
$Configuration['EXTENSIONS_PATH'] = '/extensions/';
$Configuration['LANGUAGES_PATH'] = '/languages/';
$Configuration['THEME_PATH'] = '/themes/vanilla/';
See if it helps atall.