D
D
dminster942020-11-28 21:32:58
VPN
dminster94, 2020-11-28 21:32:58

When installing sstp vpn on win7 error 0x80090326 what's wrong?

When installing sstp vpn on win7, error 0x80090326 what's wrong if you specify a different type, I did everything according to the manual https://hide.me/ru/vpnsetup/windows7/sstp/?friend=...

Answer the question

In order to leave comments, you need to log in

1 answer(s)
X
x-comzbk, 2016-10-29
@x-comzbk

He didn't log out because he didn't clear the session without starting it, i.e. it is necessary so
logout.php

<?php
    session_start();
    unset($_SESSION['login']);
    unset($_SESSION['id']);
    session_unset();
  session_destroy();
  header("Location: ../index.html");
?>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question