C# csc.exe Environment Variable

Posted on Tuesday, May 11, 2010 in C#

environment variable->add new:

name: cs
value: C:\WINDOWS\Microsoft.NET\Framework\[VERSION]\csc.exe

use:
C:\>%cs% example.cs

PHP Extend Session Timeout

Posted on Monday, May 10, 2010 in Linux, PHP

Edit session.gc_maxlifetime param in php.ini file:
session.gc_maxlifetime = 1440