Skip to content

Commit

Permalink
Update SessionHandler.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Fexcraft committed Dec 20, 2021
1 parent 1733690 commit f896fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/net/fexcraft/app/fmt/utils/SessionHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ else if(retry){
}

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

public static String tryLogin(Consumer<String> cons){
Expand Down

0 comments on commit f896fc3

Please sign in to comment.