Skip to content

Commit 64710bc

Browse files
committed
Cookie only for this subdomain
1 parent 9a22938 commit 64710bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
require_once('environment.default.php');
44

5+
session_set_cookie_params(0,'/',$_SERVER['SERVER_NAME']);
56
session_start();
67

78
include('lib/redis/RedisClient.php');
@@ -38,4 +39,4 @@
3839
}
3940

4041

41-
?>
42+
?>

0 commit comments

Comments
 (0)