Page 1 of 1

userid

Posted: Mon Jan 30, 2006 8:08 am
by Kalima
Hello,

on my startpage i use the cms_module tag  {cms_module module="userid"}.

When a user "person a" log in to the page, for example from my work, everyone on that network and also me (from my private home network) are logged in as the same user "person a".

Can me help someone, how i can fix this problem.

Re: userid

Posted: Mon Jan 30, 2006 2:55 pm
by calguy1000
This is a flaw in the userid module, I also had a similar flaw in the frontend users module.  This has been fixed (at least in svn) in the feusers module.

There is another way to fix it, if you have write access to the php.ini you can set
sesssion.auto_start = 1
and restart your webserver daemon.