[DUG-TO] my login problem ...

Julian Egelstaff julian.egelstaff-lists at freeformsolutions.ca
Thu Sep 24 15:33:39 EDT 2009


Definitely sounds like a session problem.

Even if your browser is saving cookies, if they are not being sent/saved 
where your site expects them to be, that could cause the problem.  This 
can happen if there's a difference between the path for the site defined 
in the configuration file and where the site actually is.  Normally a 
major difference there would cause the site to fail completely.  But I 
remember an issue in Drupal 5 where if a site was not at 
www.something.com, and at somethingelse.something.com, then because of 
the way one line in the configuration file was written, the sessions 
were toast, the cookies were being associated with the wrong domain.

This is a bit of a straw to grasp at though, but it couldn't hurt to 
look there and see if anything that refers to the site's URL does not 
seem right.

Good luck,

--Julian

Homa wrote:
> Thank you Alan, Philip and Jerem for you kind response to my login 
> problem.
>
> I still have the problem.
> I can login but for each click in admin area I am redirected to login 
> page.
> I have used bootstrap.inc in one of my files that one also stop working.
>
> The only thing that I can guess is something wrong with saving sessions.
>
> Any idea?
>
> Thanks,
> Homa
>  
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> DUG-TO mailing list
> DUG-TO at lists.openject.com
> http://lists.openject.com/listinfo/dug-to
>   



More information about the DUG-TO mailing list