3

How do I set the Classic ASP Session timeout in IIS 8.5 using powershell?

I've taken a look at using Set-WebConfigurationProperty but can't work out how to use it correctly.

Castrohenge
  • 422
  • 1
  • 7
  • 13

1 Answers1

2

I hope this will help you.

Set-WebConfigurationProperty /system.webServer/asp/session -Name timeout -Value 00:05:00

Link(s)

nodchip
  • 156
  • 5