FEU Login Problem in IE
Posted: Fri May 25, 2007 2:29 pm
Hello,
i am facing a FEU login problem in IE. There is no such problem in Firefox.
When login in IE I am brought to the page i set under "PageID/Alias to jump to after login". But on this page the variables such as {$customcontent_loggedin}, {$customcontent_loginname} are empty. I was investigating furthermore and found that there is a redirection problem. If I comment following code in action.do_login.php I have no login problem in IE:
if( $page )
{
$id = ContentManager::GetPageIDFromAlias( $page );
if( $id )
{
$this->RedirectContent( $id );
return;
}
die( "couldn't get pageid for $page" );
}
$this->RedirectContent( $returnid );
Do you have any ideas?
Thank you,
Sonya
i am facing a FEU login problem in IE. There is no such problem in Firefox.
When login in IE I am brought to the page i set under "PageID/Alias to jump to after login". But on this page the variables such as {$customcontent_loggedin}, {$customcontent_loginname} are empty. I was investigating furthermore and found that there is a redirection problem. If I comment following code in action.do_login.php I have no login problem in IE:
if( $page )
{
$id = ContentManager::GetPageIDFromAlias( $page );
if( $id )
{
$this->RedirectContent( $id );
return;
}
die( "couldn't get pageid for $page" );
}
$this->RedirectContent( $returnid );
Do you have any ideas?
Thank you,
Sonya