views:

24

answers:

1

Hello, Im looking answer for my question. I must include this in my project. Can u tell me how do it. What I should know, what i should have, how should look scenario with this save login. I was looking in google but cant find anything.

EDIT:

I get https in adress when i go to login page with change .htaccess:

RewriteCond %{HTTPS} !=on
RewriteRule ^logowanie(.*) https://%{SERVER_NAME}/logowanie$1 [R,L]

I found this solution in internet but dont know what next. I it is possible to be all time after login in https pages ?