User Tools

Site Tools


paloaltonetworks:configuration:globalprotect

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
paloaltonetworks:configuration:globalprotect [2025/01/24 14:50] – [Cookies] bstaffordpaloaltonetworks:configuration:globalprotect [2025/09/11 08:00] (current) – [Cookies] bstafford
Line 139: Line 139:
 <code>Computer\HKEY_CURRENT_USER\SOFTWARE\Palo Alto Networks\GlobalProtect\Settings\LastUrl</code> <code>Computer\HKEY_CURRENT_USER\SOFTWARE\Palo Alto Networks\GlobalProtect\Settings\LastUrl</code>
 ===== Cookies ===== ===== Cookies =====
-User related cookies are stored in:+User related cookies are stored in the following folders. 
 + 
 +First line is for user cookies. 
 +Second line is for pre-logon cookies (not tied to a particular user, but to a machine)
  
 **For Windows** **For Windows**
  
-<code>C:\Users\%Username%\AppData\Local\Palo Alto Networks\GlobalProtect\</code>+<code>C:\Users\%Username%\AppData\Local\Palo Alto Networks\GlobalProtect\ 
 +C:\Program Files\Palo Alto Networks\GlobalProtect\</code>
  
 **For MacOS**  **For MacOS** 
Line 151: Line 155:
  
 **For Linux** **For Linux**
-<code>~/.GlobalProtect/ /opt/paloaltonetworks/globalprotect/</code>+<code>~/.GlobalProtect/ 
 +/opt/paloaltonetworks/globalprotect/</code>
  
-filenames have this format:+**Naming** 
 +User cookie filenames have this format:
 <code>PanPUAC_17c2deb6776739fbe2e40a988c921b8.dat</code> <code>PanPUAC_17c2deb6776739fbe2e40a988c921b8.dat</code>
  
- +Pre-Login cookie filenames have this format: 
 +<code>PanPPAC_811c13bcd3d719c3cdf84fac1ceab29.dat</code>
  
-For pre-logon cookies (not tied to a particular user, but to a machine), cookies can be found in: +To delete the cookies in Windows 
-<code>C:\Program Files\Palo Alto Networks\GlobalProtect\</code>+<code>del /F /Q "%LOCALAPPDATA%\Palo Alto Networks\GlobalProtect\*.dat"</code>
  
-filenames have this format+or Powershell
-<code>PanPPAC_811c13bcd3d719c3cdf84fac1ceab29.dat</code>+<code>$Verzeichnis = "$env:LOCALAPPDATA\Palo Alto Networks\GlobalProtect" Get-ChildItem -Path $Verzeichnis -Filter *.dat -File | Remove-Item -Force</code>
 ===== Portal Client Certificates ===== ===== Portal Client Certificates =====
 When you go to a GlobalProtect portal that requires a client certificate be selected, you used to be able to add the site (in Internet Explorer) to the list of 'trusted sites' and the browser would then remember to select the certificate. In the latest version of Edge, it seems that they have changed that. You have to import the "Edge ADMX" and put the following settings in:<code>​​​​​​​{​​​​​​​​"pattern":"https://gpportal","filter":{​​​​​​​​"ISSUER":{​​​​​​​​"CN":"ISSUER NAME"}​​​​​​​​}​​​​​​​​}​​​​​​​​</code> When you go to a GlobalProtect portal that requires a client certificate be selected, you used to be able to add the site (in Internet Explorer) to the list of 'trusted sites' and the browser would then remember to select the certificate. In the latest version of Edge, it seems that they have changed that. You have to import the "Edge ADMX" and put the following settings in:<code>​​​​​​​{​​​​​​​​"pattern":"https://gpportal","filter":{​​​​​​​​"ISSUER":{​​​​​​​​"CN":"ISSUER NAME"}​​​​​​​​}​​​​​​​​}​​​​​​​​</code>
paloaltonetworks/configuration/globalprotect.1737730217.txt.gz · Last modified: by bstafford