steavy29 / Telegram.Net

Telegram (http://telegram.org) client library implemented in C#.
17 stars 6 forks source link

Enabling session after publication in IIS #5

Closed elyfran closed 8 years ago

elyfran commented 8 years ago

After generating the " core.dll " as should be created " session.data " when you published the application in IIS ?

Because at this point I will have to inform the received code.

elyfran commented 8 years ago

I would like to inform the path of " session.data " ?

steavy29 commented 8 years ago

When you create FileSessionStore you can configure path to your session file

elyfran commented 8 years ago

thx

elyfran commented 8 years ago

I can create a "session.dat" on a PC and use it in another?

steavy29 commented 8 years ago

I don't see any reason why you can't do it.

elyfran commented 8 years ago

ok thx