Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
K

ken110

@ken110
About
Posts
2
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Losing Global Variables
    K ken110

    Thanks, Also, appparently the IIS Session Time-out overrides the webconfig file Time-out setting. I found this on the website below: This shows the values you need in the

    Visual Basic question html

  • Losing Global Variables
    K ken110

    After 10 or 20 minutes, my ASPX website loses the Global Variables defined in GLOBAL.asax The following is in Global.asax which has been designated as readonly file. Public Class GlobalVarDefinitions Public GlobalVars As Object Public Company As String End Class Sub Session_Start(ByVal sender As Object, ByVal e As EventArgs) Dim GlobalVars As New GlobalVarDefinitions Session("Globals") = GlobalVars Session("Globals").Company = "89" Session("Globals").CompanyName = "Walong" End Sub In the individual aspx programs, the Global Variables are reference like this: ICompany = Session("Globals").Company In HTML as: <%=Session("Globals").CompanyName%> How can I stop losing my Global Session Variables?????

    Visual Basic question html
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups