coova / coova-chilli

CoovaChilli is an open-source software access controller for captive portal hotspots.
Other
516 stars 258 forks source link

Session-id in coovachilli suddenly change #468

Open htnghia90 opened 5 years ago

htnghia90 commented 5 years ago

Hi everyone, I have problem with session-id . For example: It's tp-link archer C7

  1. Client connect wireless and get IP and session-id form chilli and see the banner IP: 10.1.0.2 session-id: 123456789123456
  2. Now client will click for free internet now. Account ( user and password ) will send to my radius. I check radius recieve correct username and password. Authentication was accept
  3. Suddenly client see banner again and should click free again. After I check in coova-chilli. I saw IP the same but session-id was change: 123456789987654

I already add this line --enable-sessionid when I build coovachilli. Anyone know my problem help me please. Thanks so much

nzamps commented 5 years ago

Do you have --enable-sessionstate ?

htnghia90 commented 5 years ago

Hi @nzamps I didn't add it in coova_chilli when I built for AP before. I see it on google option ''--enable-sessionstate'' to further extend the use of ChilliSpot-Session-State to indicate reasons for disconnect If it is disconnect, how can I see bug in AP Thanks so much