Skip to content

Commit f896fc3

Browse files
committed
Update SessionHandler.java
1 parent 1733690 commit f896fc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/net/fexcraft/app/fmt/utils/SessionHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ else if(retry){
8686
}
8787

8888
private static String[] getCookieArr(){
89-
return sessionid == null ? null : new String[] { "PHPSESSID=" + sessionid };
89+
return sessionid == null ? null : new String[] { "JSESSIONID=" + sessionid };
9090
}
9191

9292
public static String tryLogin(Consumer<String> cons){

0 commit comments

Comments
 (0)