Just started using it...
But as soon as I did that I get errors for the following:

Session("FirstName") & " " & Session("LastName")

Says I cant use Operator & with option strict on ...

I also get an error when I do this:

If Session("Admin") = True Then

Finally I get an error for this:

If FormatDateTime(Now(), 4) > "12:00" Then

Says option strict on disallows conversion from int to date.
How do I fix these ?