[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] AutoLogin problems Solved
I just solved, I change in login.html
<FORM ACTION="[process secure=1]" METHOD=POST>
to:
<FORM ACTION="[process secure=0]" METHOD=POST>
And now works!!
But the expire date is not OK, the problem
was in locale settings, my server default locale is ca_ES ,
and the cookie date is sent in catalan, I change the interch user
locale default to en_US and the problem is solved.
A Diumenge 07 Juliol 2002 12:36, vàreu escriure:
> I'm trying to run the cookie autologin, but I have some trouble.
>
> If I run the interchange with no ssl all is OK.
>
> but If I configure the secure server URL in variable.txt ,
> when you go to login page and checks (Log me in automatically) INTERCHANGE
> not send the mv_password and mv_username cookies to the browser.
>
> I use the same domain in both:
> http://www.mydomain.com
> https://www.mydomain.com
>
> Interchange 4.8.5
> Apache/1.3.24 mod_ssl/2.8.8 OpenSSL/0.9.6c
> RedHat 6.2
>
> Salvador
>
>
>
>
-