No results
4
Find your PHPSESSID
Victor Westerlund edited this page 2020-12-07 07:21:30 +01:00
Table of Contents
What is a PHPSESSID?
LabyMod uses the PHP scripting language for its cosmetics back-end. PHPSESSID is a type of cookie stored in your browser; used and generated by PHP to keep track of your current session on labymod.net. Labylib uses this cookie in the same way to update cosmetics, as if you were doing these actions manually on the dashboard.
Disclaimer! This cookie can be used to pull off session hijacking (..yeah). To make things worse, LabyMod does not reset your PHPSESSID between sessions. What that means is that you should only ever run labylib and it's dependents locally on your machine.
Where do I find it?
Instructions for your browser:
- Chrome & Edge
- Firefox
- Safari
Internet Explorer(Not supported)
Chrome & Edge
- Open labymod.net and log in with your Labymod account
- Press F12 on your keyboard (or Ctrl+⇧ Shift+I) to open DevTools
- Click on the
Applicationtab. - Expand
Cookiesunder theStoragecateogry in the sidebar and selecthttps://www.labymod.net/ - Type
PHPSESSIDinto the search box called 'Filter' - Copy
Value(PHPSESSID) from the filtered table. If nothing comes up; try navigating to another page on labymod.net - Close DevTools
Firefox
- Open labymod.net and log in with your Labymod account
- Press F12 on your keyboard (or Right-click the page and select "Inspect Element") to open Developer Tools
- Click on the
Storagetab. Cookiesshould already be expanded and selected, but if it isn't; expand it and selecthttps://www.labymod.net- Using the search bar called 'Filter items', type:
PHPSESSID - Copy
Value(PHPSESSID) from the filtered table. If nothing comes up; try navigating to another page on labymod.net - Close Developer Tools
Safari
- Open labymod.net and log in with your Labymod account
- Right-click the page and select "Inspect Element" (or ⌥ Option+⌘ Command+I) to open Web Inspector
- Click on the
Storagetab. - Expand
Cookiesin the sidebar and selectlabymod.net - Find
PHPSESSIDin the table under the 'Name' column - Copy
Value(PHPSESSID) from the filtered table. If nothing comes up; try navigating to another page on labymod.net - Close Web Inspector