We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1733690 commit f896fc3Copy full SHA for f896fc3
src/net/fexcraft/app/fmt/utils/SessionHandler.java
@@ -86,7 +86,7 @@ else if(retry){
86
}
87
88
private static String[] getCookieArr(){
89
- return sessionid == null ? null : new String[] { "PHPSESSID=" + sessionid };
+ return sessionid == null ? null : new String[] { "JSESSIONID=" + sessionid };
90
91
92
public static String tryLogin(Consumer<String> cons){
0 commit comments