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.

1 Answer 1

2

I hope this will help you.

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

Link(s)

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.