Skip to content

Commit

Permalink
session name
Browse files Browse the repository at this point in the history
  • Loading branch information
wuwx committed Mar 6, 2020
1 parent cfb8e46 commit 29e63e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/NeupassProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ class NeupassProvider implements ProviderContract
public function __construct()
{
session_set_save_handler(Session::getHandler());
ini_set("session.name", "NEUPASSSESSIONID");

phpCAS::client(CAS_VERSION_2_0, "pass.neu.edu.cn", 443, "tpass");

Expand Down

0 comments on commit 29e63e0

Please sign in to comment.