59784a8265061ca88e4941298c1bfc6bce1466e6
FAQ/Session-Start.md
| ... | ... | @@ -4,7 +4,7 @@ |
| 4 | 4 | |
| 5 | 5 | ##About |
| 6 | 6 | |
| 7 | -_**Note:** This method is obsolete to the Izenda platform. Please use [[InitializeReporting|/FAQ/InitializeReporting]] instead._ |
|
| 7 | +_**Obsolete:** This method should no longer be used with the Izenda platform. Please use [[InitializeReporting|/FAQ/InitializeReporting]] instead._ |
|
| 8 | 8 | |
| 9 | 9 | This code sample turns on the customization capabilities by setting the license key and connection string in the Session_Start(). This must be done in order to allow any other custom code to run. The Session_Start() method is called when a user begins a new session. The length of a session is determined by IIS and has a default length of 20 minutes. |
| 10 | 10 |